func runtime.stopTheWorld
10 uses
runtime (current package)
heapdump.go#L22: stw := stopTheWorld(stwWriteHeapDump)
mprof.go#L1377: stw := stopTheWorld(stwGoroutineProfile)
mprof.go#L1445: stw = stopTheWorld(stwGoroutineProfileCleanup)
mprof.go#L1581: stw := stopTheWorld(stwGoroutineProfile)
mprof.go#L1693: stw = stopTheWorld(stwAllGoroutinesStack)
mstats.go#L355: stw := stopTheWorld(stwReadMemStats)
os_linux.go#L720: stw := stopTheWorld(stwAllThreadsSyscall)
proc.go#L1427: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1485: return stopTheWorld(reason)
trace.go#L225: stw := stopTheWorld(stwStartTrace)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |